services.restic.backups.<name>.extraOptions

Extra extended options to be passed to the restic -o flag. See the restic documentation for more details.

Type
list of string
Default
[ ]
Example
[
  "sftp.command='ssh backup@192.168.1.100 -i /home/user/.ssh/id_rsa -s sftp'"
]
Declared
<home-manager/modules/services/restic.nix>